[新手 git ] git branch基本指令


Posted by tzutzu858 on 2020-06-21

  • git branch -v 可以看出現在有哪些branch

  • git branch <AAA> 新增一個叫AAA的 branch

  • git branch -d <AAA> 刪除一個叫AAA的 branch

  • git checkout <branch-name> 切到指定的branch

  • git merge <AAA> 把AAA合併進來我現在的branch


#Git







Related Posts

讀書筆記-版本控制使用Git: Stash(暫存)

讀書筆記-版本控制使用Git: Stash(暫存)

用 Nest.js 開發 API 吧 (三) - Controller

用 Nest.js 開發 API 吧 (三) - Controller

真相只有一個:資料串接偵錯流程

真相只有一個:資料串接偵錯流程


Comments